html,body{margin:0;padding:0;box-sizing:border-box}body{font-family:'Montserrat',sans-serif;background-color:#fffc00;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;text-align:center;overflow:hidden}main{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}img.logo{width:100%;max-width:120px;height:auto;margin-bottom:1.5rem}h1{font-weight:700;font-size:clamp(2rem,8vw,4rem);margin:0 0 1rem 0;line-height:1.1}p{font-weight:400;font-size:clamp(1rem,4vw,1.2rem);margin:0 0 2.5rem 0;max-width:600px;line-height:1.5}.cta{display:inline-block;background-color:#000;color:#fff;padding:.9rem 2.2rem;text-decoration:none;border-radius:99px;font-weight:700;font-size:clamp(1rem,3vw,1.1rem);transition:transform .2s ease}.cta:hover{transform:scale(1.05)}.hidden{display:none!important}#cookie-banner{display:none;position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem;margin:0 auto;max-width:420px;background-color:#fff;color:#000;padding:.75rem 1rem;border-radius:.5rem;border-left:4px solid #000;box-shadow:0 4px 12px rgba(0,0,0,0.15);align-items:center;gap:.75rem;font-size:.8rem;font-weight:600;z-index:100}#cookie-banner p{margin:0;padding:0;line-height:1.4;text-align:left}#cookie-btn{background:#000;color:#fff;border:0;padding:.4rem .9rem;border-radius:99px;margin-left:auto;cursor:pointer;font-size:.75rem;font-weight:700;flex-shrink:0}